home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-01.zip / 01 / CHIP / Software / Notepad++ 3.9 / npp.3.9.Installer.exe / config.xml < prev    next >
Extensible Markup Language  |  2006-10-04  |  5KB  |  73 lines

  1. <?xml version="1.0" encoding="Windows-1252" ?>
  2. <NotepadPlus>
  3.     <GUIConfigs>
  4.         <!-- 3 status : "large", "small" or "hide"-->
  5.         <GUIConfig name="ToolBar">standard</GUIConfig>
  6.         <!-- 2 status : "show" or "hide"-->
  7.         <GUIConfig name="StatusBar">show</GUIConfig>
  8.         <!-- For all attributs, 2 status : "yes" or "no"-->
  9.         <GUIConfig name="TabBar" dragAndDrop="yes" drawTopBar="yes" drawInactiveTab="yes" reduce="yes" closeButton="no" doubleClick2Close="no" />
  10.         <!-- 2 positions : "horizontal" or "vertical"-->
  11.         <GUIConfig name="ScintillaViewsSplitter">vertical</GUIConfig>
  12.         <!-- For the attribut of position, 2 status : docked or undocked ; 2 status : "show" or "hide" -->
  13.         <GUIConfig name="UserDefineDlg" position="undocked">hide</GUIConfig>
  14.         <GUIConfig name="TabSetting" size="4" replaceBySpace="no" />
  15.         <!--App position-->
  16.         <GUIConfig name="AppPosition" x="58" y="30" width="786" height="542" isMaximized="yes" />
  17.         <!-- For the primary scintilla view,
  18.              2 status for Attribut lineNumberMargin, bookMarkMargin, indentGuideLine and currentLineHilitingShow: "show" or "hide"
  19.              4 status for Attribut folderMarkStyle : "simple", "arrow", "circle" and "box"  -->
  20.         <GUIConfig name="ScintillaPrimaryView" lineNumberMargin="show" bookMarkMargin="show" folderMarkStyle="box" indentGuideLine="show" currentLineHilitingShow="show" Wrap="yes" edge="no" edgeNbColumn="100" wrapSymbolShow="hide" zoom="0" whiteSpaceShow="hide" eolShow="hide" />
  21.         <!-- For the secodary scintilla view,
  22.              2 status for Attribut lineNumberMargin, bookMarkMargin, indentGuideLine and currentLineHilitingShow: "show" or "hide"
  23.              4 status for Attribut folderMarkStyle : "simple", "arrow", "circle" and "box" -->
  24.         <GUIConfig name="ScintillaSecondaryView" lineNumberMargin="show" bookMarkMargin="show" folderMarkStyle="box" indentGuideLine="show" currentLineHilitingShow="show" Wrap="yes" edge="no" edgeNbColumn="80" wrapSymbolShow="hide" zoom="0" whiteSpaceShow="hide" eolShow="hide" />
  25.         <GUIConfig name="Auto-detection">yes</GUIConfig>
  26.         <GUIConfig name="CheckHistoryFiles">yes</GUIConfig>
  27.         <GUIConfig name="TrayIcon">no</GUIConfig>
  28.         <GUIConfig name="RememberLastSession">yes</GUIConfig>
  29.         <!--
  30.             New Document default settings :
  31.                 format = 0/1/2 -> win/unix/mac
  32.                 encoding = 0/1/2/3/4/5 -> ANSI/UCS2Big/UCS2small/UTF8/UTF8-BOM
  33.                 defaultLang = 0/1/2/..
  34.  
  35.             Note 1 : UTF8-BOM -> UTF8 without BOM
  36.             Note 2 : for defaultLang :
  37.                     0 -> L_TXT
  38.                     1 -> L_PHP
  39.                     ... (see source file)
  40.         -->
  41.         <GUIConfig name="NewDocDefaultSettings" format="0" encoding="0" lang="0" />
  42.         <GUIConfig name="langsExcluded" gr0="0" gr1="0" gr2="0" gr3="0" gr4="0" />
  43.         <GUIConfig name="Print" lineNumber="no" printOption="2" headerLeft="$(FULL_CURRENT_PATH)" headerMiddle="" headerRight="$(LONG_DATE) $(TIME)" headerFontName="IBMPC" headerFontStyle="1" headerFontSize="8" footerLeft="" footerMiddle="-$(CURRENT_PRINTING_PAGE)-" footerRight="" footerFontName="" footerFontStyle="0" footerFontSize="9" margeLeft="0" margeTop="0" margeRight="0" margeBottom="0" />
  44.         <!--
  45.                             Backup Setting :
  46.                                 0 : non backup
  47.                                 1 : simple backup
  48.                                 2 : verbose backup
  49.                       -->
  50.         <GUIConfig name="Backup" action="0" />
  51.         <GUIConfig name="TaskList">yes</GUIConfig>
  52.         <GUIConfig name="MaitainIndent">yes</GUIConfig>
  53.     </GUIConfigs>
  54.     <!-- The History of opened files list -->
  55.     <History nbMaxFile="15">
  56.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\farsi.xml</File>
  57.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\extremaduran.xml</File>
  58.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\dutch.xml</File>
  59.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\danish.xml</File>
  60.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\czech.xml</File>
  61.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\croatian.xml</File>
  62.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\chineseSimplified.xml</File>
  63.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\chinese.xml</File>
  64.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\catalan.xml</File>
  65.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\bulgarian.xml</File>
  66.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\brazilian_portuguese.xml</File>
  67.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\basque.xml</File>
  68.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\arabic.xml</File>
  69.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\albanian.xml</File>
  70.         <File>E:\Sources\notepad++\PowerEditor\bin\nativeLang\english.xml</File>
  71.     </History>
  72. </NotepadPlus>
  73.